<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*news items */

.dnnwerk_News {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
.dnnwerk_NewsItem {
    clear: both;
    margin-top: 5px;
}
.dnnwerk_NewsItem_Spacer
{
    height:25px;
}
.dnnwerk_NewsDate {
	background: url(images/calendar.png) left center no-repeat;
	padding-left:20px;
	text-align:left;
    color: #444;
    font-size: 12px;
    font-weight:bold;	
    float:left;
}
.dnnwerk_NewsTitle {
    clear:both;
    margin: 0;
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #45667D;    
}
.dnnwerk_NewsTitle a, .dnnwerk_NewsTitle a:link, .dnnwerk_NewsTitle a:active, .dnnwerk_NewsTitle a:visited {
    font-size: 14px;
    font-weight: bold;
    color: #45667D;
}
.dnnwerk_NewsTitle a:hover {
    color: #222;
}
.dnnwerk_NewsSummary, .dnnwerk_NewsDescription {
    clear:both;
    font-size: 12px;
    font-weight: normal;
    color: #111;   
}
.dnnwerk_NewsFooter {
    margin-top: 25px;
    border-top: 1px dashed #ccc;
    padding-top: 5px;
}
.dnnwerk_NewsFooterLeft {
    float:left;
}
.dnnwerk_NewsFooterLeft span, .dnnwerk_NewsFooterLeft a, .dnnwerk_NewsFooterLeft a:link, .dnnwerk_NewsFooterLeft a:active, .dnnwerk_NewsFooterLeft a:visited {
    color: #1ea7f5;
    font-size: 11px;
    font-weight: bold;
    padding-left: 12px;
    background: url(images/next.gif) left 2px no-repeat;
}
.dnnwerk_NewsFooterRight {
    float: right;
}
.dnnwerk_NewsFooterRight span 
{
    color: #333;
    font-size: 11px;
    font-weight: bold;
    padding-left: 12px;
    background: url(images/next.gif) left 2px no-repeat;    
}
.dnnwerk_NewsFooterRight a, .dnnwerk_NewsFooterRight a:link, .dnnwerk_NewsFooterRight a:active, .dnnwerk_NewsFooterRight a:visited {
    color: #1ea7f5;
    font-size: 11px;
    font-weight: bold;
}
.SearchWord 
{
    background-color: Yellow;
    color: Black;
}

#simplesearch div 
{
    float:left;
}
.dw_Scroll 
{
    background: #fff;
    padding-top: 20px;
    width: 300px;
    height:300px;
}
.dw_Scroll p
{
    background: #fff;
    font-family:Verdana;
    color:#444;
}
p.dw_scroll_title
{
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    color: #444;
}
p.dw_scroll_title, p.dw_scroll_title a, p.dw_scroll_title a:link, p.dw_scroll_title a:active, p.dw_scroll_title a:visited
{
    font-size: 15px;
    font-weight: bold;
    color: #444;
    background: #fff;
}
p.dw_scroll_title a:hover
{
    color: #222;
}
p.dw_scroll_summary
{
    background: #fff;
    font-size: 13px;
    font-weight: normal;
}
p.dw_scroll_readmore
{
    text-align: right;
    background: #fff;
}
p.dw_scroll_readmore, p.dw_scroll_readmore a, p.dw_scroll_readmore a:link, p.dw_scroll_readmore a:active, p.dw_scroll_readmore a:visited
{
    font-size: 14px;
    font-weight: normal;
    color: #444;
    background: #fff;
}
p.dw_scroll_readmore a:hover
{
    color: #222;
}
.dnnwerk_NewsComments
{
    padding-top: 15px;
}
.CommentArea
{
	margin: 8px 0px 8px 0px;
}

.CommentAreaOwner
{
	margin: 8px 0px 8px 0px;
}

.CommentAreaOwner .CommentText3
{
	background-color: #f3f3f3;
}
.dnnwerk_NewsComments h3
{
	font-size: 12px;
    color: #333;
	font-weight: bold;    
}
h4.CommentTitle
{
	margin-bottom: 6px;
	margin-left: 3px;
	font-size: 12px;
    color: #333;
	font-weight: normal;
}

.CommentAreaOwner .CommentTitle
{
	font-weight: bold;
}

.CommentArrow
{
	background-image: url(images/summer-comment-arrow.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	margin-bottom: -7px;
}

.CommentText
{
	padding-bottom: 3px;
	background-image: url(images/comment-shadow.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.CommentText2
{
	border: solid 1px #bcbcbc;
	padding: 3px;
}

.CommentText3
{
	padding: 5px;
	font-size: 11px;
	background-color:#F9EEA1;
}

.CommentFooter
{
	margin-top: 4px;
	font-size: 10px;
	color: #999999;
	padding-left: 16px;
}
</pre></body></html>